﻿@charset "utf-8";
.container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 770px;
	margin-right: 20px;
	margin-left: 20px;
}
.content {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.guarantee {
	border: 3px dashed #240407;
	margin: 20px;
	padding: 15px;
}
.order {
	text-align: center;
	margin: 20px;
	padding: 15px;
}
.review {
	border: thin solid #000000;
	margin: 20px;
	padding: 15px;
}
.ebooklist {
	margin: 10px;
	padding: 15px;
}
#ebooklist ul {
	list-style-position: outside;
	list-style-image: url(../images/accent.jpg);
	vertical-align: top;
}
#ebooklist ul li {


}

h1 {
	text-align: center;
	color: #FF0000;
}
h2 {
	text-align: center;
}
.preh2 {
	text-decoration: underline;
}
.ebooksmall {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.footer {
	margin-right: 20px;
	margin-left: 20px;
	height: 75px;
	width: 770px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
body {
	background-attachment: fixed;
	background-image: url(../images/ebackground.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #0066CB;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.prefooter {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
